home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 108
/
jogo-disk-108.iso
/
Games
/
simple_tower_defense.swf
/
scripts
/
DefineButton2_40
/
BUTTONCONDACTION on(press).as
Wrap
Text File
|
2010-05-15
|
221b
|
13 lines
on(press){
if(ulcode eq "fire away")
{
_root.unlock1 = true;
_root.un1text = "";
_root.response1 = "Machine Gun Unlocked";
}
else
{
_root.response1 = "Try Again";
}
}